home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mptwcbts.zip / MPT-REC.BAT < prev    next >
DOS Batch File  |  1991-04-24  |  527b  |  26 lines

  1. echo Wildcat reads this as RECieve UpLoad FROM user.
  2. echo on
  3. echo Make sure you are using the PROTOCOL directory,
  4. echo if using the EP directory, change the following lines:
  5. cd \wildcat\PROTOCOL
  6. cls
  7. if exist transfer.bad del transfer.bad
  8. cls
  9. c:\wildcat\protocol\CHECKER %1 %2 %3
  10. cls
  11. IF ERRORLEVEL 1 GOTO end
  12. cls
  13. MPT s%1 p%2 A+ D- N+ O- R- X+ hd r
  14. cls
  15. if errorlevel 1 copy all.ok transfer.bad
  16. cls
  17. if exist transfer.bad goto end
  18. cls
  19. if exist %3 copy %3 %4
  20. cls
  21. :end
  22. if exist %3 del %3
  23. cls
  24. cd \wildcat
  25. cls
  26.